Abstract base class for RowCollection and ColumnCollection classes.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public abstract class RowColCollection<T> : ObservableCollection<T>
where T : RowCol
Visual Basic
Public MustInherit Class RowColCollection(Of T As RowCol) _
	Inherits ObservableCollection(Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
      C1.Silverlight.FlexGrid..::..RowColCollection<(Of <(<'T>)>)>
        C1.Silverlight.FlexGrid..::..ColumnCollection
        C1.Silverlight.FlexGrid..::..RowCollection

See Also